Einhugur Word Plugin for Xojo

Container.Item Method

Returns item at given index. (Paragraphs or tables)

Item(
   index as Integer) as EinhugurWord.DocumentItem

Parameters

index
The index of the item to fetch. (Zero based). (Tables and Paragraphs count in the index)

Returns

EinhugurWord.DocumentItem
The requested item or nil if out of range.

Remarks

If you only want to see paragraphs or only want to see tables and do not care about integrity of the document order of paragraphs relative to tables then you can also use the Paragraphs and Tables functions to access tables or paragraphs directly.

See Also

Container Class